-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(template): Added maturin as an option for build-system #152
Conversation
@ayeankit please fix the current issue on ci:
|
@ayeankit please check the cookiecutter from scientific python in there repo check all the code for maturin and also all files for maturin (with |
@@ -17,6 +17,8 @@ dependencies: | |||
- pdm | |||
{%- elif cookiecutter.build_system == "hatch" %} | |||
- hatch | |||
{%- elif cookiecutter.build_system == "maturin" %} | |||
- maturin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably you will need to add rust
as dependency here too
Hey @xmnlab Finally all test cases passed!! Can you please review it once again? |
@ayeankit I just added some code style changes, let's just wait for the CI and it would be ready to go :) |
🎉 This PR is included in version 0.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
Fixes #72
How to test these changes
...
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
Additional information
Reviewer's checklist
Copy and paste this template for your review's note: